Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NStringMap<T> Class
Members


In This Topic
    NStringMap<T> Class
    In This Topic
    Represents a map like structure of string-value pairs that provides some advanced string search routines for the keys. This comes at the cost that the access by key is not O(1) as in a hash table based map, but O(log N).
    Object Model
    NStringMap<T> Class
    Syntax
    'Usage
     
    
    Dim instance As NStringMap(Of T)
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NStringMap<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also